Package-level declarations

Types

Link copied to clipboard
abstract class JextractBaseTask : DefaultTask

Offers common properties for Jextract-related tasks, does nothing itself

Link copied to clipboard
@CacheableTask
abstract class JextractDumpIncludesTask : JextractBaseTask

Uses Jextract to dump all included symbols of a library header into an arg file

Link copied to clipboard
@CacheableTask
abstract class JextractGenerateTask : JextractBaseTask

Uses Jextract to generate Java bindings for a given native library

Link copied to clipboard
sealed interface JextractInstallation

Configuration of a Jextract installation that can be used by this task

Link copied to clipboard

Configuration of a local Jextract installation

Link copied to clipboard

Configuration of a downloadable Jextract version